home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 85 / CD Actual 85 Febrero 2004.iso / Experto / Apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F251792_ap_compat.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-05-23  |  297 b   |  13 lines

  1. #ifndef AP_COMPAT_H
  2. #define AP_COMPAT_H
  3.  
  4. /* Drag in apu (and therefore apr) renamed symbols */
  5. #include "apu_compat.h"
  6.  
  7. /* redefine 1.3.x symbols to the new symbol names */
  8.  
  9. #define MODULE_VAR_EXPORT    AP_MODULE_DECLARE_DATA
  10. #define ap_send_http_header(r) ;
  11.  
  12. #endif /* AP_COMPAT_H */
  13.